home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
09
/
6
/
DISK0967.ZIP
/
README.BAT
< prev
next >
Wrap
DOS Batch File
|
1987-12-24
|
1KB
|
36 lines
ECHO OFF
CLS
ECHO WELCOME TO CONRAD BUTTON'S GAME SERIES
ECHO.
ECHO HOW TO START THE GAMES
ECHO.
ECHO NEBULA -
ECHO 1. Be sure the game disk is in drive A
ECHO 2. Type A: and press Enter
ECHO 3. Type NEBULA and press Enter
ECHO.
ECHO DARK CONTINENT -
ECHO 1. Be sure the game disk is in drive A
ECHO 2. Type A: and press Enter
ECHO 3. Type DARKCON and press Enter
ECHO.
ECHO If you are using a graphics monitor that only displays
ECHO one color you should use the M parameter when starting
ECHO the games (i.e. NEBULA M).
ECHO.
ECHO NOTE: To print out the instructions for the games on your
ECHO printer restart this file by typing README /P
IF .%1 == ./P GOTO PRINT
IF .%1 == ./p GOTO PRINT
GOTO END
:PRINT
ECHO.
ECHO BE SURE YOUR PRINTER IS ON!
PAUSE
ECHO.
ECHO Printing Document
TYPE A:README.TXT >PRN
:END
ECHO.
PAUSE